-- card: 6599 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=218 top=291 right=314 bottom=247 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to card id 180637 end mouseUp -- part 3 (field) -- low flags: 01 -- high flags: 2004 -- rect: left=74 top=188 right=293 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 12 -- style flags: 512 -- line height: 16 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=310 top=261 right=289 bottom=441 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Put it back ----- HyperTalk script ----- on mouseUp put "Use the Delete command to delete text from card or background "& "fields, even if the field is locked. This is all one line of "& "text because there are no Return characters." into card field 1 end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=310 top=230 right=258 bottom=441 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Delete word 7 ----- HyperTalk script ----- on mouseUp delete word 7 of line 1 of card field 1 end mouseUp -- part contents for background part 2 ----- text ----- Delete -- part contents for background part 1 ----- text ----- delete Removes specified text from the current card. delete word 3 of line 1 of card field 1 delete char 1 of line 1 of first field -- part contents for background part 44 ----- text ----- Form What it does Examples -- part contents for background part 43 ----- text ----- 337,122 -- part contents for card part 3 ----- text ----- Use the Delete command to delete text from card or background fields, even if the field is locked. This is all one line of text because there are no Return characters.